www.gusucode.com > 收集一些使用mootools.js 实现的ajax效果集代码源码程序 > 收集一些使用mootools.js 实现的ajax效果集代码/mootools/mootools/demos/DomReadyVS.Load/style.css

    .result {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.left {
	float: left;
	margin-top: 10px;
}

#log {
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	background: #fcfcfc;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
}

#log_res {
	overflow: auto;
}